projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e224b
)
pthread_sigmask instead of unblock_atimers
author
Andrea Corallo
<andrea_corallo@yahoo.it>
Thu, 8 Aug 2019 15:18:25 +0000
(17:18 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:33:57 +0000
(11:33 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 54078e89bfc1ae14eebf1281836ee2e2f884b127..5c5551c8da87c5eaada63342be5515a7d01c9038 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-2322,7
+2322,7
@@
DEFUN ("comp-compile-and-load-ctxt", Fcomp_compile_and_load_ctxt,
comp.funcs = XCDR (comp.funcs);
}
-
unblock_atimers (&oldset
);
+
pthread_sigmask (SIG_SETMASK, &oldset, 0
);
return Qt;
}